3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
typedef struct Vector3D {
Float32 x;
Float32 y;
Float32 z;
} Vector3D;
typedef struct DVector3D {
Float64 x;
Float64 y;
Float64 z;
} DVector3D;
Previous | QD3D Book | Overview | Chapter Contents | Next |